home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / NETW940.IN_ / netw940.inf
Encoding:
INI File  |  1999-10-20  |  2.4 KB  |  87 lines

  1. ; NETW940.INF
  2. ;
  3. ; Winbond W89C940 PCI Network Interface Cards
  4. ;
  5. ; Copyright Winbond Electronic Corporation
  6.  
  7. [version]
  8. LayoutFile  = layout.inf
  9. signature   = "$Windows NT$"
  10. Class       = Net
  11. ClassGUID   = {4D36E972-E325-11CE-BFC1-08002BE10318}
  12. provider    = %MSFT%
  13. DriverVer=10/20/1999,2.90.1381.1
  14.  
  15. [Manufacturer]
  16. %Winbond%   = Winbond
  17. %Compex%    = Compex
  18.  
  19. [ControlFlags]
  20. ExcludeFromSelect    = PCI\VEN_1050&DEV_0940, \
  21.                        PCI\VEN_11F6&DEV_1401
  22.  
  23. [Winbond]
  24. %w89c940.DeviceDesc% = w89c940.ndi, PCI\VEN_1050&DEV_0940 ; Winbond W89C940 PCI
  25.  
  26. [Compex]
  27. %Compex.DeviceDesc%  = w89c940.ndi, PCI\VEN_11F6&DEV_1401 ; Compex RL2000 PCI Ethernet Adapter
  28.  
  29. ;-------------------------------------------------------------------------------
  30. ; W89C940   Winbond 940 PCI
  31. ;
  32. [w89c940.ndi]
  33. AddReg          = w940nd.reg
  34. BusType         = 5
  35. Characteristics = 0x04 ; NCF_PHYSICAL (NO UI)
  36. CopyFiles       = w89c940.CopyFiles
  37.  
  38. [w89c940.ndi.Services]
  39. AddService      = w89c940, 2, w89c940.AddService, w89c940.Eventlog
  40.  
  41. ;-------------------------------------------------------------------------------
  42. ; NT5 Platform Specific
  43. ;
  44. [w940nd.reg]
  45. HKR, Ndi,            Service,    0, "w89c940"
  46. HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
  47. HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
  48.  
  49. [w89c940.CopyFiles]
  50. w940nd.sys,,,2
  51.  
  52. [w89c940.AddService]
  53. DisplayName     = %w89c940.Service.DisplayName%
  54. ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
  55. StartType       = 3 ;%SERVICE_DEMAND_START%
  56. ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
  57. ServiceBinary   = %12%\w940nd.sys
  58. LoadOrderGroup  = NDIS
  59.  
  60. [w89c940.EventLog]
  61. AddReg          = w89c940.AddEventLog.reg
  62.  
  63. [w89c940.AddEventLog.reg]
  64. HKR, 0, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  65. HKR, 0, TypesSupported,   0x00010001, "7"
  66.  
  67. ;-------------------------------------------------------------------------------
  68. ; Destination Directories
  69. ;
  70. [DestinationDirs]
  71. w89c940.CopyFiles           = 12
  72.  
  73.  
  74. ;-------------------------------------------------------------------------------
  75. ; Localizable Strings
  76. [strings]
  77. MSFT                        = "Microsoft"
  78. Winbond                     = "Winbond Electronic Corporation"
  79. Compex                      = "Compex"
  80.  
  81. w89c940.DeviceDesc          = "Winbond W89C940 PCI Ethernet Adapter"
  82. Compex.DeviceDesc           = "Compex RL2000 PCI Ethernet Adapter"
  83.  
  84. w89c940.Service.DisplayName = "Winbond W89C940 PCI Ethernet Adapter Driver"
  85.  
  86.  
  87.